--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Node / ReticulumProjects / MeshChatX.git / files / vendor / rns_filesync / packaging / docker-test / Dockerfile.runit-alpine
Displaying Raw • Download
vendor/rns_filesync/packaging/docker-test/Dockerfile.runit-alpine 32e97c105419d3bcede5c1311df3ffb63b8305a4 (32e97c10) Text, 245 B
FROM alpine:3.21
RUN apk add --no-cache \
runit python3 py3-pip procps shadow \
runit-openrc 2>/dev/null || apk add --no-cache runit python3 py3-pip procps shadow
CMD ["/bin/sh"]
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────